Skip to content

Compiler fixes #3397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 24, 2025
Merged

Compiler fixes #3397

merged 3 commits into from
Apr 24, 2025

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Apr 15, 2025

Fixes a dumb typo in the Presets breaking RelWithDebInfo (Making it a Debug build >.>).

And Rinnegatamante told me to pass -fno-optimize-sibling-calls for the Vita build because that optimisation can cause crashes: Can confirm. With that flag set the MainLoop does not randomly crash anymore 🤷 (that appears to be a general problem on Vita, other homebrew uses the same flag)

Ghabry added 2 commits April 15, 2025 18:00
Though I had already resolved this months ago but forgot to commit it.
Is unstable and in general recommended to be disabled on Vita.
Makes our code crash at the end of the MainLoop.
@Ghabry Ghabry added the PSVita label Apr 15, 2025
@Ghabry Ghabry added this to the 0.8.2 milestone Apr 15, 2025
@github-actions github-actions bot added Building and removed PSVita labels Apr 15, 2025
@Ghabry Ghabry marked this pull request as draft April 16, 2025 15:07
@Ghabry Ghabry marked this pull request as ready for review April 24, 2025 10:38
@github-actions github-actions bot removed the PSVita label Apr 24, 2025
@Ghabry Ghabry added the PSVita label Apr 24, 2025
@Ghabry Ghabry marked this pull request as draft April 24, 2025 10:40
Multi config is not supported and only gives linker errors because of mixed runtime libraries.
@Ghabry Ghabry marked this pull request as ready for review April 24, 2025 10:53
@github-actions github-actions bot removed the PSVita label Apr 24, 2025
@Ghabry
Copy link
Member Author

Ghabry commented Apr 24, 2025

I must have forgotten to commit the RelWithDebInfo and the CONFIGURATION_TYPES stuff. I'm pretty sure I had this already working locally months ago but the code is not in our repo :( (and in liblcf it is indeed in)

@Ghabry Ghabry added the PSVita label Apr 24, 2025
@carstene1ns carstene1ns merged commit 5e95423 into EasyRPG:master Apr 24, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants